projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5517ea8
)
Fix the xref for sending SIGHUP.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Apr 2002 21:20:43 +0000
(21:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Apr 2002 21:20:43 +0000
(21:20 +0000)
lispref/buffers.texi
patch
|
blob
|
history
diff --git
a/lispref/buffers.texi
b/lispref/buffers.texi
index 869429a7a81666875decf7d24404670d3b1daac0..b0c79cd28d5efc87a06242ba792ec379c6bf35aa 100644
(file)
--- a/
lispref/buffers.texi
+++ b/
lispref/buffers.texi
@@
-901,7
+901,7
@@
returns @code{nil}.
Any processes that have this buffer as the @code{process-buffer} are
sent the @code{SIGHUP} signal, which normally causes them to terminate.
(The basic meaning of @code{SIGHUP} is that a dialup line has been
-disconnected.) @xref{
Deleting
Processes}.
+disconnected.) @xref{
Signals to
Processes}.
If the buffer is visiting a file and contains unsaved changes,
@code{kill-buffer} asks the user to confirm before the buffer is killed.